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 } |