mirror of
https://github.com/jakejarvis/mastodon-utils.git
synced 2025-04-26 14:48:26 -04:00
8 lines
70 B
Bash
Executable File
8 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
. $(dirname "$0")/tootctl_shim.sh
|
|
|
|
tootctl version
|