-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d319bb4
commit ea04b36
Showing
4 changed files
with
72 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
curl -s -L https://raw.githubusercontent.com/azohra/strapped.sh/0.1.0/strapped.sh --output /usr/local/bin/strapped | ||
curl -s -L https://raw.githubusercontent.com/azohra/strapped.sh/0.1.1/strapped --output /usr/local/bin/strapped | ||
chmod u+x /usr/local/bin/strapped | ||
echo "🔫 #StayStrapped" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
cat src/helpers.sh > aaa.sh | ||
cat src/cli.sh >> aaa.sh | ||
cat src/main.sh >> aaa.sh | ||
#!/bin/bash | ||
|
||
# Copy components and put them into final file | ||
cat src/helpers.sh > strapped | ||
cat src/cli.sh >> strapped | ||
cat src/main.sh >> strapped |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters