Last active
April 29, 2021 19:04
-
-
Save martinandersen3d/6ca55745c6987aa728f4ce327a6ac5b9 to your computer and use it in GitHub Desktop.
Dolphin Templates - /home/<username>/.local/share/templates/
This file contains hidden or 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
[Desktop Entry] | |
Name=Bash.sh | |
Comment=New custom entry: | |
Type=Link | |
URL=.source/bash.sh | |
Icon=application-vnd.oasis.opendocument.text |
This file contains hidden or 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/bash | |
# remember to set executable | |
LANG=en_US.UTF-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment