Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
Reverts to old .sh files
Browse files Browse the repository at this point in the history
  • Loading branch information
gilnobrega committed Jun 17, 2021
1 parent 832a93c commit b31a994
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 28 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/farmer.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
#!/usr/bin/env bash

if [ -d "$HOME/.farmr" ]
then
/usr/bin/env farmr package;
else
./farmr;
fi
./farmr;
8 changes: 1 addition & 7 deletions .github/workflows/foxypoolog.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
#!/usr/bin/env bash

if [ -d "$HOME/.farmr" ]
then
/usr/bin/env farmr foxypoolog package;
else
./farmr foxypoolog;
fi
./farmr foxypoolog;
8 changes: 1 addition & 7 deletions .github/workflows/harvester.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
#!/usr/bin/env bash

if [ -d "$HOME/.farmr" ]
then
/usr/bin/env farmr harvester package;
else
./farmr harvester;
fi
./farmr harvester;
8 changes: 1 addition & 7 deletions .github/workflows/hpool.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
#!/usr/bin/env bash

if [ -d "$HOME/.farmr" ]
then
/usr/bin/env farmr hpool package;
else
./farmr hpool;
fi
./farmr hpool;

0 comments on commit b31a994

Please sign in to comment.