Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:F
gnome-games-scripts
gnome-games-create-post
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gnome-games-create-post of Package gnome-games-scripts
#!/bin/bash PACKAGES=`ls $1/var/games/*.scores | sed "s,^.*/,,g;s,\.[^/]*$,,g" | sort -u` for PACKAGE in $PACKAGES; do exec >$PACKAGE.scores_post echo -n "for SCORES in " echo $1/var/games/$PACKAGE.*.scores | sed "s:$1/var/games/::g" cat <<EOF do if [ ! -r \$SCORES ] then touch var/games/\$SCORES fi chown games:games var/games/\$SCORES chmod 664 var/games/\$SCORES done EOF exec >&- done
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor