6 lines
134 B
Bash
6 lines
134 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
# This script creates a public gist and outputs the result to the screen.
|
||
|
|
||
|
tmux run-shell 'echo "This is cool!"'
|