File: autogen.sh

package info (click to toggle)
pragha 1.3.3-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 3,064 kB
  • sloc: ansic: 30,611; makefile: 919; xml: 41; sh: 7
file content (10 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

echo "Running Xfce Developer Tools..."

xdt-autogen $@
if [ $? -ne 0 ]; then
  echo "xdt-autogen Failed"
  echo "Prease, install xfce4-dev-tools"
  echo "or verify Errors"
fi