6 lines
70 B
Plaintext
Raw Normal View History

2022-04-02 17:07:11 +03:00
#!/usr/bin/env bash
set -x
flatpak run com.vscodium.codium $@
set +x