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