9scripts/install/antstools

11 lines
237 B
Plaintext
Raw Normal View History

2021-01-02 21:57:51 +00:00
#!/bin/rc
mkdir -p $home/code
git/clone https://github.com/Plan9-Archive/antshill
cd antshill
cp bootdir.extras/namespace.save9front /lib
cp bootdir.extras/namespace.saveterm /lib
cd scripts
cp rerootwin /rc/bin
cp gui /rc/bin
echo done