File: drbl-website

package info (click to toggle)
drbl 5.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,996 kB
  • sloc: sh: 43,555; perl: 8,820; xml: 867; makefile: 135
file content (8 lines) | stat: -rwxr-xr-x 145 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#!/bin/bash
if [ -n "$DISPLAY" ]; then
  kfmclient exec http://drbl.org
  kfmclient exec http://drbl.nchc.org.tw
else
  lynx http://drbl.org
fi