mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 11:31:43 +00:00
8 lines
No EOL
265 B
Bash
8 lines
No EOL
265 B
Bash
#!/usr/bin/env bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
cd $DIR
|
|
rm -r switch/aio-switch-updater/
|
|
mkdir -p switch/aio-switch-updater/
|
|
mv *.nro switch/aio-switch-updater/aio-switch-updater.nro
|
|
zip -r aio-switch-updater.zip switch/ |