mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-06-05 01:24:44 +08:00
mergerfs.cpp
This commit is contained in:
@ -303,6 +303,9 @@ int
|
||||
main(int argc_,
|
||||
char **argv_)
|
||||
{
|
||||
return l::main(argc_,argv_);
|
||||
|
||||
|
||||
ghc::filesystem::path path{argv_[1]};
|
||||
fs::ecpath ecpath;
|
||||
|
||||
|
Reference in New Issue
Block a user