You've already forked mastodon-utils
mirror of
https://github.com/jakejarvis/mastodon-utils.git
synced 2025-11-05 06:05:40 -05:00
8 lines
72 B
Bash
Executable File
8 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
. "$(dirname "$0")/tootctl_shim.sh"
|
|
|
|
tootctl version
|