You are not logged in.

#1 2006-09-04 22:25:52

toxic
Member
Registered: 2006-06-05
Posts: 117

Ideas for bashscript?

Hey, this isn't really the traditional programming thread when I ask questions or soo ..

It's more like, I'm bored and looking to type a new neat little program in bash. But I'm all out of ideas ...
Preferably it's something useful for a common majority arch users.

Preferred categories
+ Laptop (general, not like blahblah for toshiba-121890-... )
+ Maintenance
+ Some nifty script, like I recently wrote a small script to list wireless nets and associate with them.

Offline

#2 2006-09-05 04:57:38

pauldonnelly
Member
Registered: 2006-06-19
Posts: 776

Re: Ideas for bashscript?

How about a script to echo whatever text you give it in morse code using the bell?

Just an idea that's been floating in my head lately.

Offline

#3 2006-09-05 06:47:26

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Ideas for bashscript?

How about something that hasn't been done before?

Offline

#4 2006-09-05 08:06:14

benplaut
Member
Registered: 2006-06-13
Posts: 383

Re: Ideas for bashscript?

how about a cli system monitor suitable for being small and unobtrusive in a wmii column?

here's a start:

while true;do clear;echo "==========="; cat /proc/acpi/thermal_zone/THM0/temperature | awk '{ printf "CPU Temp "; printf $2 }' ; echo -e "n"; cat  sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq; echo  "==========="; sleep 1;done

Offline

Board footer

Powered by FluxBB