Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Marrona11 committed May 12, 2023
1 parent 1a582c1 commit 5ac75e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions TotallySafe/Tools/QUACK/QUACK.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
if [ -a $1 ]
then
/bunny/src/rspiducky/duckpi.sh $1
else
echo $@ > /tmp/quacktmp
/bunny/src/rspiducky/duckpi.sh /tmp/quacktmp
fi

0 comments on commit 5ac75e7

Please sign in to comment.