diff options
author | johannst <stoelp@eit.uni-kl.de> | 2019-05-28 23:14:13 +0200 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2019-05-28 23:14:13 +0200 |
commit | 33e778dab2d5e4af705a0e21d7898f9077fc7dda (patch) | |
tree | 6a508949650a5beba1fa04e84db3bc2defc462d0 /install_rust_tools | |
parent | c925264f3a8c3fc3d5acd708d675c34cc8ca31bc (diff) | |
download | dotfiles-33e778dab2d5e4af705a0e21d7898f9077fc7dda.tar.gz dotfiles-33e778dab2d5e4af705a0e21d7898f9077fc7dda.zip |
added header to rust tool install script
Diffstat (limited to 'install_rust_tools')
-rwxr-xr-x | install_rust_tools | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install_rust_tools b/install_rust_tools index 856aeee..910a51a 100755 --- a/install_rust_tools +++ b/install_rust_tools @@ -1,4 +1,6 @@ #!/bin/bash +# dotfiles -- install_rust_tools +# author: johannst if ! which cargo &> /dev/null; then echo "There is no cargo installed, checkout:" |