nu-modules/nxs/regression.nu

6 lines
69 B
Plaintext

use remote.nu
export def run [] {
print "test"
remote sync
}