mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-24 12:19:33 +01:00
parent
9af4604534
commit
48b0722023
13
gayming/playstation2/CHT/install-cht.bash
Executable file
13
gayming/playstation2/CHT/install-cht.bash
Executable file
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
set -x
|
||||
CHTDIR=~/PS2/CHT
|
||||
|
||||
mkdir -p $CHTDIR
|
||||
|
||||
for chtfile in *.cht; do
|
||||
cat $chtfile > $CHTDIR/$chtfile
|
||||
done
|
||||
|
||||
chmod -R 777 $CHTDIR
|
||||
|
||||
set +x
|
Loading…
Reference in New Issue
Block a user