9 lines
No EOL
147 B
Bash
Executable file
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 |