dotfiles/bin/code

6 lines
76 B
Bash
Executable File

#!/bin/bash
if [[ -f "/snap/bin/code" ]]; then
exec /snap/bin/code $*
fi