Skip to content

Instantly share code, notes, and snippets.

@Elv13
Created April 13, 2014 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Elv13/10571545 to your computer and use it in GitHub Desktop.
Save Elv13/10571545 to your computer and use it in GitHub Desktop.
{
while true; do
.config/awesome/Scripts/connectedHost2.sh
sleep 15
done
} &
{
while true;do
.config/awesome/Scripts/topMem2.sh > /tmp/topMem.lua
.config/awesome/Scripts/memStatistics.sh > /tmp/memStatistics.lua
.config/awesome/Scripts/cpuInfo2.sh > /tmp/cpuStatistic.lua
.config/awesome/Scripts/topCpu3.sh > /tmp/topCpu.lua
sleep 5
done
} &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment