mirror of
https://github.com/spitkov/ynsrepo.git
synced 2025-02-17 06:14:57 +01:00
5 lines
77 B
Bash
5 lines
77 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "Removing calc package..."
|
||
|
# Add removal logic here
|
||
|
exit 0
|