Introduction
Introduction Statistics Contact Development Disclaimer Help
Work_Desk.sh - dotg - Day Of The GrParazyd
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d…
Log
Files
Refs
Tags
---
Work_Desk.sh (352B)
---
1 specific_workdesk() {
2 item="$1"
3
4 case "$item" in
5 Smashed_Macbook|Unlocked_Macbook)
6 if [ -f "$workdesk/Locked_computer" ]; then
7 _msg "You swap the locked computer with …
8 mv "$workdesk/Locked_computer" "$invento…
9 else
10 _msg "You place the $item on the work de…
11 fi
12 mv "$inventory/$item" "$workdesk"
13 ;;
14 esac
15 }
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.