1
0
mirror of https://github.com/PaperMC/Paper.git synced 2025-04-01 17:35:54 +02:00
Paper/a.sh
Nassim Jahnke 02eec3bcd0 Patches
2024-04-25 11:42:10 +02:00

10 lines
150 B
Bash

#!/bin/bash
cd patches/server
for file in [0-9][0-9][0-9][0-9]-*.patch; do
suffix=$(echo $file | cut -d'-' -f2-)
mv "$file" "$suffix"
done