5 lines
122 B
Bash
Executable file
5 lines
122 B
Bash
Executable file
#!/bin/bash
|
|
# Logo Deployment Script wrapper
|
|
# Executes the Nushell copy-logos script
|
|
|
|
nu "$(dirname "$0")/copy-logos.nu"
|