Skip to content

Commit 76b8426

Browse files
committed
initial commit
0 parents  commit 76b8426

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pks_demo.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/bash
2+
3+
########################
4+
# include the magic
5+
########################
6+
. demo-magic.sh
7+
8+
# hide the evidence
9+
clear
10+
11+
# Put your stuff here
12+
pe "pks login -a pks.corp.local -u admin -p MXoIThjoSxm2NBVNOh_AjKm5lgvzQH6l -k"
13+
pe "pks clusters"
14+
pe "pks cluster my-cluster"

0 commit comments

Comments
 (0)