-
Notifications
You must be signed in to change notification settings - Fork 1
/
UNINSTALL.sh
executable file
·58 lines (44 loc) · 1.37 KB
/
UNINSTALL.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#!/bin/sh
# UNINSTALL.sh
# This file is part of fsb2
# http://programandala.net/en.program.fsb2.html
# ===============================================================
# Author and license
# Copyright (C) 2015 Marcos Cruz (programandala.net)
# You may do whatever you want with this work, so long as you
# retain the copyright notice(s) and this license in all
# redistributed copies and derived works. There is no warranty.
# ===============================================================
# Description
# This program uninstalls fsb2.
#
# Edit <CONFIG.sh> first to suit your system.
# ===============================================================
# Usage
# UNINSTALL.sh
# ===============================================================
# History
# 2015-10-12: First version.
#
# 2015-12-29: Add SuperForth converter.
#
# 2016-08-03: Add version file and TRD converter.
#
# 2016-08-11: Fix the filename of the version. Add
# <fsb2-trd.track_0.fs>.
#
# 2016-08-14: Add <fsb2-dsk> and <fb2dsk>.
# ===============================================================
. ./CONFIG.sh
rm -f $BINDIR/fsb2
rm -f $BINDIR/fsb2_VERSION.fs
rm -f $BINDIR/fsb2-abersoft
rm -f $BINDIR/fsb2-abersoft11k
rm -f $BINDIR/fsb2-abersoft16k
rm -f $BINDIR/fsb2-mgt
rm -f $BINDIR/fsb2-superforth
rm -f $BINDIR/fsb2-tap
rm -f $BINDIR/fsb2-trd
rm -f $BINDIR/fsb2-trd.track_0.fs
rm -f $BINDIR/fsb2-dsk
rm -f $BINDIR/fb2dsk