Skip to content

Scripting Lab1

fikirmulu edited this page Nov 26, 2018 · 3 revisions
  • we create a desktop in ubuntu using a command stats.desktop

  • The stats.desktop file is placed in /usr/local/bin/stats by using sudo cp stats.sh git clone

  • we googled the image and save it on desktop and together with the stats.desktop file we copy them in our repository in github using git clone https://github.com/fikirmulu/itc-136-fall-2018.git

  • the stats.sh file is placed in /usr/local/bin/stats sudo cp stats.sh

  • we have to make the file executable by the directory chmod +x /usr/local/bin/stats so as the stats_icon button to work properly

  • cp stats.desktop itc-136-fall-2018

  • cp wolverine.jpg itc-136-fall-2018

  • we use git add * to add the files in github and we use git commit -m "commit" to add a new feature and git push to upload local repository content to the remote repository.

Clone this wiki locally