4 lines
227 B
Bash
4 lines
227 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
# Alias for discoverability — syncs the info.defi-oracle.io SPA to the dedicated web LXC (default VMID 2410).
|
||
|
|
exec "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/sync-info-defi-oracle-to-vmid2400.sh" "$@"
|