mirror of
https://github.com/spitkov/ynsrepo.git
synced 2025-01-19 04:54:39 +01:00
5 lines
76 B
Bash
5 lines
76 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "Updating calc package..."
|
||
|
# Add update logic here
|
||
|
exit 0
|