新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo '---------'
|
||||
echo "kiamol.sh as: $(whoami)"
|
||||
echo '---------'
|
||||
|
||||
# set MOTD
|
||||
sudo sh -c 'echo "\n** Learn Kubernetes in a Month of Lunches **\n** https://kiamol.net **\nSource is in /kiamol\n" > /etc/motd'
|
||||
|
||||
# add aliases:
|
||||
echo "alias k='kubectl'" >> ~/.bashrc
|
||||
echo "alias d='docker'" >> ~/.bashrc
|
||||
echo "alias cls='clear'" >> ~/.bashrc
|
||||
Reference in New Issue
Block a user