File: wesnoth-1.14-smallgui

package info (click to toggle)
wesnoth-1.14 1%3A1.14.15-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 829,408 kB
  • sloc: cpp: 229,143; java: 29,664; python: 22,851; lisp: 7,550; javascript: 3,074; sh: 2,993; xml: 1,772; perl: 1,501; ansic: 1,083; makefile: 260; php: 98; sql: 47; sed: 44
file content (10 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# generic wesnoth-smallgui script
# copyright 2009 by Rhonda D'Vine <rhonda@debian.org>
# Licenced under MIT

cmd=$(basename $0)
nosmall=$(echo $0 | sed -e s/-smallgui$//)

echo "$cmd is deprecated -- please use $nosmall --smallgui directly!"
$nosmall --smallgui $*