mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-13 09:45:56 +00:00
5 lines
91 B
Bash
Executable File
5 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
fly scale count 0 -y
|
|
fly apps destroy $(fly status -j | jq -r .Name) -y
|