⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Club Drupal
All Projects
Club Drupal
Overview
Activity
Roadmap
Issues
Spent time
Documents
Wiki
Files
Repository
HTTPS
GO
Download (89 Bytes)
Statistics
| Branch:
master
| Revision:
root
/
bin
/
delete-temporary-files.sh
@ f92204ef
View
History
Annotate
1
#!/bin/sh
2
3
. /home/assos/bin/scripts-config.sh
4
5
find $dir_multi_assos -name '*~' -delete
Loading...