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