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