File: file.sh

package info (click to toggle)
ledcontrol 0.5.2-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 796 kB
  • ctags: 259
  • sloc: ansic: 3,264; sh: 848; makefile: 180; perl: 49
file content (6 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/bin/sh

led_file () {
    # This looks real useful, huh?
    ls -d $* 1>/dev/null 2>/dev/null
}