Skip to content

Commit

Permalink
. e approved convenience shell scripts
Browse files Browse the repository at this point in the history
Co-Authored-By: blade290 <[email protected]>
Co-Authored-By: Nitsan Avni <[email protected]>
Co-Authored-By: Samuel Taggart <[email protected]>
Co-Authored-By: Nazee Hajebi <[email protected]>
Co-Authored-By: T. E. Green <[email protected]>
  • Loading branch information
6 people committed Oct 29, 2023
1 parent 7fe26a3 commit a17cfd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions approve.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
move -y received.txt approved.txt
2 changes: 2 additions & 0 deletions approve.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
mv -f received.txt approved.txt

0 comments on commit a17cfd9

Please sign in to comment.