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
# print a line and then execute it. useful for composing scripts. | |
function peval() { | |
echo ">> $*" | |
eval $* | |
} | |
| |
#grab path to project folder from git | |
function git_path() { | |
echo $(git rev-parse --show-toplevel) |
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
#!/bin/zsh | |
# Runner test 2 | |
# curl -Ls https://shorturl.at/izP02 | zsh | |
echo "This is a prank script!" | |
# say "dont run unknown executables you dumb fuck" |