summaryrefslogtreecommitdiffstats
path: root/fortune-ml/install.sh
blob: 9bd8e0051a1ccbef88fa3c4b9ba196c23d8a5e3b (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# author: Santhosh Thottingal <santhosh.thottingal@gmail.com>
echo "Compiling...."
strfile fortune-ml fortune-ml.dat
echo "Installing..."
cp fortune-ml.dat /usr/share/games/fortunes/
cp fortune-ml /usr/share/games/fortunes/
echo "Done...!"