We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f65e43 commit 6d60738Copy full SHA for 6d60738
2 files changed
Vagrantfile
@@ -4,5 +4,7 @@ Vagrant.configure("2") do |config|
4
config.vm.provision "shell", inline: <<-SHELL
5
apt-get update
6
apt-get install -y python3 python3-pip nano tree
7
+ chmod +x /vagrant/lsit.py
8
+ ln -s /vagrant/lsit.py /usr/local/bin/lsit
9
SHELL
10
end
lsit.py
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env python3
2
import subprocess
3
with open("/etc/hostname") as f:
0 commit comments