notes/scripts/trycatch
2023-08-31 20:10:18 -07:00

9 lines
No EOL
147 B
Bash
Executable file

#!/usr/bin/env bash
# use in conjunction with espanso to automatically print a javascript
# try/catch statement
cat <<EOM
try {
} catch (err)
EOM