Introduction
Introduction Statistics Contact Development Disclaimer Help
use.dcgi - dotg - Day Of The GrParazyd
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d…
Log
Files
Refs
Tags
---
use.dcgi (409B)
---
1 #!/bin/sh
2
3 . ./config
4 . ./functions
5
6 fullpath="$2"
7 itemname="$(basename $fullpath)"
8
9 currentloc="$(cat $savegame/room)"
10
11 call="$(find_usecase $itemname $currentloc)"
12
13 case "$call" in
14 No*)
15 echo "$call"
16 ;;
17 use-generic*)
18 use_generic "$itemname"
19 ;;
20 use-specific*)
21 use_specific "$(echo $call | awk -F, '{print $2}')" "$it…
22 ;;
23 esac
24
25 _msg "[1|Exit|$path/$(cat $savegame/room).dcgi|server|port]"
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.