Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 22, 2024
1 parent b85c1ae commit b91729c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Delete.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

# shellcheck source=/dev/null
source .env
Expand Down
2 changes: 1 addition & 1 deletion EveryMinute.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

while true; do
./Delete.sh
Expand Down

0 comments on commit b91729c

Please sign in to comment.