summaryrefslogtreecommitdiff
path: root/install_rust_tools
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2019-05-28 23:14:13 +0200
committerjohannst <stoelp@eit.uni-kl.de>2019-05-28 23:14:13 +0200
commit33e778dab2d5e4af705a0e21d7898f9077fc7dda (patch)
tree6a508949650a5beba1fa04e84db3bc2defc462d0 /install_rust_tools
parentc925264f3a8c3fc3d5acd708d675c34cc8ca31bc (diff)
downloaddotfiles-33e778dab2d5e4af705a0e21d7898f9077fc7dda.tar.gz
dotfiles-33e778dab2d5e4af705a0e21d7898f9077fc7dda.zip
added header to rust tool install script
Diffstat (limited to 'install_rust_tools')
-rwxr-xr-xinstall_rust_tools2
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:"