Skip to content

Commit

Permalink
move *.sh cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
cryham committed Nov 2, 2024
1 parent 7b882c9 commit a8b5a81
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions bin/Debug/sr-ed cfg.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

./sr-editor3 cfg
2 changes: 2 additions & 0 deletions bin/Debug/st-cache-.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
rm -f /home/ch/.cache/stuntrally3/shaderCode.cache
2 changes: 2 additions & 0 deletions bin/Debug/st-mplr2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
./stuntrally3 2
3 changes: 3 additions & 0 deletions bin/Release/sh/ed-old.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

./sr-editor3 old >ed-old.txt
3 changes: 3 additions & 0 deletions bin/Release/sh/ed-scenes.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

./sr-editor3 scene >ed-scenes.txt
3 changes: 3 additions & 0 deletions bin/Release/sh/ed-warnings.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

./sr-editor3 warn >ed-warnings.txt
3 changes: 3 additions & 0 deletions bin/Release/sh/game-challs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

./stuntrally3 check >game-challs.txt
3 changes: 3 additions & 0 deletions bin/Release/sh/game-convert.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

./stuntrally3 convert
3 changes: 3 additions & 0 deletions bin/Release/sh/sr-ed cfg.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

./sr-editor3 cfg
2 changes: 2 additions & 0 deletions bin/Release/sh/st-cache-.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
rm -f /home/ch/.cache/stuntrally3/shaderCode.cache
2 changes: 2 additions & 0 deletions bin/Release/sh/st-mplr2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
./stuntrally3 2

0 comments on commit a8b5a81

Please sign in to comment.