start new:
tmux
start new with session name:
tmux new -s myname
| # Author: Daniel Gordon | |
| # License: MIT | |
| # Created: 10/28/2016 | |
| # | |
| # Mini Script for Updating Scala to some Scala version | |
| # Does not update SBT. Just Scala. | |
| # See <http://www.scala-sbt.org/0.13/docs/Installing-sbt-on-Linux.html> for upgrading SBT | |
| # This is for Debian/Mint/Ubuntu distributions only | |
| # | |
| # TO USE AS A SCRIPT: |
| kubectl get rs,secrets -o json --namespace old | jq '.items[].metadata.namespace = "new"' | kubectl create-f - |
As configured in my dotfiles.
start new:
tmux
start new with session name: