Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu run shell script from desktop

# You'll need a small file for your icon. 
# In ~/Desktop/ make a file ending in .desktop, such as myscript.desktop. 
# Put something like the following inside it.
# NOTE, configure acording to your setup

[Desktop Entry]
Encoding=UTF-8
Name=My Script
Comment=Launch DirSyncPro
Exec=gnome-terminal -e sh /usr/local/bin/myscript.sh
Icon=utilities-terminal
Type=Application

# NOTE! Youll need to give permission for .sh to execute
$ chmod 744 /usr/local/bin/myscript.sh
Comment

PREVIOUS NEXT
Code Example
Shell :: loop over shell parameters 
Shell :: Change cursor in powershell 
Shell :: To Move all files, but not folders: 
Shell :: How to reload a service with systemctl command 
Shell :: qgis linux debian download 
Shell :: python convert json string to module object class 
Shell :: git needs merge 
Shell :: delete file kali shell 
Shell :: 8081 already in use 
Shell :: cannot find module for path github.com/confluentinc/confluent-kafka-go/kafka/librdkafka_vendor 
Shell :: Find all pods that status is NotReady sort jq cheatsheet 
Shell :: Bash script to authenticate machine users 
Shell :: how to search to sudo apt install for applications 
Shell :: pip install many packages 
Shell :: git create branch based on another branch 
Shell :: gatsby install 
Shell :: npm latest version 
Shell :: ubuntu pip cv_bridge 
Shell :: Command for turning on/off network in Centos 8 
Shell :: para cambiar password en psql 
Shell :: create symbolic links 
Shell :: Basic listing in linux 
Shell :: How to run test with very_good_cli in flutter 
Shell :: how to safely clean snaps folder in ubuntu 
Shell :: usedapp install command 
Shell :: UNIX debian ubuntu download python3912 without certificate error 
Shell :: remote: Permission to lokeshr001/MotoChatPlugin.git denied to Lokesh003Coding. 
Shell :: eslint script in package.json 
Shell :: forked repo rebase 
Shell :: docker unpause 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =