This website requires JavaScript.
Explore
Help
Sign In
tool
/
sshfs
Watch
1
Star
0
Fork
You've already forked sshfs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
sshfs
/
test
/
appveyor-build.sh
9 lines
98 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
set
-e
machine
=
$(
uname -m
)
mkdir
"
build-
$machine
"
cd
"
build-
$machine
"
meson ..
ninja
Reference in New Issue
View Git Blame
Copy Permalink